Skip to content

Commit c78a0c3

Browse files
committed
Merge remote branch 'upstream/master'
2 parents da6e400 + 47b21b8 commit c78a0c3

File tree

17 files changed

+157
-50
lines changed

17 files changed

+157
-50
lines changed

.travis.yml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
#Build the Arduino Eclipse Plugin using Maven
22

33
node:
4-
#Make quiet to reduce logs (Travis will kill if 4MB log exceeded)
5-
#But not too quiet - see travis_exec_and_print_time.sh (Travis will kill after 10 mins of no output)
6-
#we also need to keep it under 75 mins
4+
#Make Maven builds quiet to reduce logs (Travis will kill the process if 4MB log exceeded)
5+
#But not too quiet - see travis_exec_and_print_time.sh for our timer (Travis will kill the process after 10 mins of no output)
6+
#Also needs to be kept under 75 mins (keep as short as possible as there are nice people making these servers free for our use)
77
script:
8-
#Check if we have access to our Nexus login details.
8+
#Show if we have access to our Travis "secure" Nexus login details.
9+
#If not available it is a pull request which we just verify
10+
#If available it is a commit on the master and we deploy (to the Nexus repository)
911
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then echo Travis SECURE available -- Deploy; else echo Travis SECURE NOT available -- Verify; fi"
1012

1113
#Execute the maven commands depending on SECURE availabilty and print the elapsed time out periodically.
12-
#mvn deploy (or verify) -Pall,juno,kepler,luna --quiet --settings settings.xml
1314
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh 'mvn deploy -Pall,juno,all,kepler,all,luna --quiet --settings settings.xml'; else ./travis_exec_and_print_time.sh 'mvn verify -Pall,juno,all,kepler,all,luna --quiet --settings settings.xml'; fi"
1415

15-
16-
1716
#Several usernames and passwords/tokens are required for deployment.
1817
#When testing on your local/remote setup then you need to set/export env. variables:
1918
#(See settings.xml)
@@ -29,24 +28,24 @@ env:
2928
#These are the Nexus details and GPG signing token for Nexus deployment.
3029
#The Nexus repo is hardcoded as com.github.brodykenrick.arduino-eclipse-plugin in the POM.XML (doing otherwise produces warnings)
3130
#This is good to use until we want more consistency in naming
32-
#Travis encrypted variables names and tokens (need to change for correct repo though for encryption to work).
31+
#Travis encrypted variables names and tokens (need to change triggering github repo for encryption to work).
3332
#Nexus Username, pass and GPG
3433
# These point to the above nexus server/groupid but need to be encrypted against the repo Travis is getting code from (i.e. change it).
35-
#brodykenrick/arduino-eclipse-plugin
36-
# - secure: "CkTScsFgbeqTznfGoAhhS0XRie2jr+syjpD3Vvn8Gw/OFCXkKjDEBWUebQdpJjXe9ia23dmTdQMFwp2HcPhrUj6cpnHNcOqVSfPRKfYPbYgXMmVSciGfqkgY3aWArddQ1G8SOMzivfYW6QZIkhanFsk00HkWOrYzxppXyA3m4GY="
37-
# - secure: "bd0gCncNkyhwmIHkir2d7jprS+HNTd4DOVutYpIKQTVaJpvFKRw4anqZGMZp3wwxPyP3i30fMVvPoFJVCEphxRuJRomeqgrJJUpKAsh5QAIODYj9A2A8/KDa+jrTtbpPh16YAiMPmnMgq4NT3Wd5cjZuuBHxRmvaMMlb6BoJCO0="
38-
# - secure: "oFSaKCjBm8L8ZgSvC3rAPKIXcXXJuEb+3eQ+lJbU84QK6C7wRd+2mz4fQ0E5GNSNxWACPbtypopUCPj4auCazhcbudO2wzpAksfJJpkIXd6vZN6xmxJLRzQWp7aNQG7a0UWvuY49/11IY834uhxPoJHBIFRh9jALHMLeF4epfko="
34+
3935
#jantje/arduino-eclipse-plugin
4036
- secure: "kC8R35qKesohed2C47R2xO4uVKhRGahuO+7kEDaJwWIn7QlefJSgJ8IK9tGng+IcUUXD4ClKAT1RJgJnnchtO0jpUEy+MIXDQi1PCc2UkIsYa6XMw5Nf0EMppHiJM2LLbf1n/urGmuo/RwKWXLdC7SLuSmqgLD82AbrGA2xXSXM="
4137
- secure: "gUpJ6dlh/SBsJP+QlNFbNhchZzKRDmwuWjrId7lTyToVhAzoQSygNS7DfuemfJkhIdHVkZELnvfTx3FaeIfW59zQ2654HMiUrvUINFys+pq6C0vwPyQzAXg4KLn6kExgbn6md5zb8w2fE68Mb2y20jduhzBOAVWvK361lC4oeSI="
4238
- secure: "ZNF1Tc17sq5tsChKi4+yAv6mqhxOfq/zZ38TnRYr1zos2G1jCJJNw4zq1ojUGFViCxdt76xwlDYwavjzAMfsdI3/zoPePtaFJj3w8V6y4C10rgGW67bY4HwW2i0sudIbSWQ+skmG2zbVvJLrIMj2c6IXDM13sTW1Dv+Pt4tTaSs="
4339

40+
#Only for development work on brodykenrick's repo
41+
#brodykenrick/arduino-eclipse-plugin
42+
# - secure: "CkTScsFgbeqTznfGoAhhS0XRie2jr+syjpD3Vvn8Gw/OFCXkKjDEBWUebQdpJjXe9ia23dmTdQMFwp2HcPhrUj6cpnHNcOqVSfPRKfYPbYgXMmVSciGfqkgY3aWArddQ1G8SOMzivfYW6QZIkhanFsk00HkWOrYzxppXyA3m4GY="
43+
# - secure: "bd0gCncNkyhwmIHkir2d7jprS+HNTd4DOVutYpIKQTVaJpvFKRw4anqZGMZp3wwxPyP3i30fMVvPoFJVCEphxRuJRomeqgrJJUpKAsh5QAIODYj9A2A8/KDa+jrTtbpPh16YAiMPmnMgq4NT3Wd5cjZuuBHxRmvaMMlb6BoJCO0="
44+
# - secure: "oFSaKCjBm8L8ZgSvC3rAPKIXcXXJuEb+3eQ+lJbU84QK6C7wRd+2mz4fQ0E5GNSNxWACPbtypopUCPj4auCazhcbudO2wzpAksfJJpkIXd6vZN6xmxJLRzQWp7aNQG7a0UWvuY49/11IY834uhxPoJHBIFRh9jALHMLeF4epfko="
45+
4446
# This is the Github username of the repository of the source we are building.
4547
#Needs to be inline with the repo being built (i.e. change it).
4648
- CI_GITHUB_REPOUSERNAME=jantje
49+
#Only for development work on brodykenrick's repo
4750
# - CI_GITHUB_REPOUSERNAME=brodykenrick
4851

49-
50-
51-
52-

launch_plugin.sh renamed to build_then_launch.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

3-
file_x86="./it.baeyens.arduino.product/target/products/it.baeyens.arduino.product/linux/gtk/x86/opt/eclipseArduino/eclipse"
4-
file_x86_64="./it.baeyens.arduino.product/target/products/it.baeyens.arduino.product/linux/gtk/x86_64/opt/eclipseArduino/eclipse"
3+
file_x86="./it.baeyens.arduino.product/target/products/it.baeyens.arduino.product/linux/gtk/x86/opt/eclipseArduino/eclipseArduinoIDE"
4+
file_x86_64="./it.baeyens.arduino.product/target/products/it.baeyens.arduino.product/linux/gtk/x86_64/opt/eclipseArduino/eclipseArduinoIDE"
55
file=""
66

7-
echo "Trying to build and launch the Arduino Eclipse Plugin"
7+
echo "Trying to build and then launch the Arduino Eclipse IDE"
88

99
echo "First we build with Maven. This may download a lot and take some time (it is downloading all Eclipse CDT for you)"
1010
mvn --version
@@ -21,7 +21,7 @@ if [[ $? -ne 0 ]] ; then
2121
fi
2222

2323

24-
echo "Now we find the Eclipse executable (with our plugin pre-packaged) and launch it"
24+
echo "Searching for the Eclipse executable (with our plugin pre-packaged) to launch"
2525
#Find an executable if we made it successfully
2626
if [[ -x "$file_x86" ]]
2727
then
@@ -44,7 +44,7 @@ then
4444
eval $file
4545
exit 0;
4646
else
47-
echo "Did not find an Eclipse executable built....."
47+
echo "Did not find an Eclipse Arduino IDE executable built....."
4848
exit 1;
4949
fi
5050

44.8 KB
Loading

it.baeyens.arduino.application/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
6+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
77
<artifactId>it.baeyens.arduino.parent</artifactId>
88
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../it.baeyens.arduino.parent</relativePath>
1010
</parent>
11-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
11+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
1212
<artifactId>it.baeyens.arduino.application</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
1414
<packaging>eclipse-plugin</packaging>

it.baeyens.arduino.common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
6+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
77
<artifactId>it.baeyens.arduino.parent</artifactId>
88
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../it.baeyens.arduino.parent</relativePath>
1010
</parent>
11-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
11+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
1212
<artifactId>it.baeyens.arduino.common</artifactId>
1313
<version>2.1.1-SNAPSHOT</version>
1414
<packaging>eclipse-plugin</packaging>

it.baeyens.arduino.core.nl1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
6+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
77
<artifactId>it.baeyens.arduino.parent</artifactId>
88
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../it.baeyens.arduino.parent</relativePath>
1010
</parent>
11-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
11+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
1212
<artifactId>it.baeyens.arduino.core.nl1</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
1414
<packaging>eclipse-plugin</packaging>

it.baeyens.arduino.core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
6+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
77
<artifactId>it.baeyens.arduino.parent</artifactId>
88
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../it.baeyens.arduino.parent</relativePath>
1010
</parent>
11-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
11+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
1212
<artifactId>it.baeyens.arduino.core</artifactId>
1313
<version>2.1.4-SNAPSHOT</version>
1414
<packaging>eclipse-plugin</packaging>

it.baeyens.arduino.feature/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
6+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
77
<artifactId>it.baeyens.arduino.parent</artifactId>
88
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../it.baeyens.arduino.parent</relativePath>
1010
</parent>
11-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
11+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
1212
<artifactId>it.baeyens.arduino.feature</artifactId>
1313
<version>2.1.4-SNAPSHOT</version>
1414
<packaging>eclipse-feature</packaging>

it.baeyens.arduino.monitor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
6+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
77
<artifactId>it.baeyens.arduino.parent</artifactId>
88
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../it.baeyens.arduino.parent</relativePath>
1010
</parent>
11-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
11+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
1212
<artifactId>it.baeyens.arduino.monitor</artifactId>
1313
<version>2.1.8-SNAPSHOT</version>
1414
<packaging>eclipse-plugin</packaging>

it.baeyens.arduino.packaging.feature/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
6+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
77
<artifactId>it.baeyens.arduino.parent</artifactId>
88
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../it.baeyens.arduino.parent</relativePath>
1010
</parent>
11-
<groupId>com.github.baeyens.arduino-eclipse-plugin</groupId>
11+
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
1212
<artifactId>it.baeyens.arduino.packaging.feature</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
1414
<packaging>eclipse-feature</packaging>

0 commit comments

Comments
 (0)