JBoss Tools SVN: r25481 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-10-05 02:19:36 -0400 (Tue, 05 Oct 2010)
New Revision: 25481
Modified:
trunk/build/target-platform/publish.sh
Log:
revert to rsync'ing REPO/* instead of REPO
Modified: trunk/build/target-platform/publish.sh
===================================================================
--- trunk/build/target-platform/publish.sh 2010-10-05 06:09:45 UTC (rev 25480)
+++ trunk/build/target-platform/publish.sh 2010-10-05 06:19:36 UTC (rev 25481)
@@ -11,12 +11,12 @@
du -sh ${repoPath} ${destinationPath}/${targetFile}
# copy/update into central place for reuse by local downstream build jobs
- date; rsync -arzq --delete ${repoPath} ${destinationPath}/${targetFile}
+ date; rsync -arzq --delete ${repoPath}/* ${destinationPath}/${targetFile}/
du -sh ${repoPath} ${destinationPath}/${targetFile}
# upload to http://download.jboss.org/jbossotools/updates/target-platform/latest/ for public use
- date; rsync -arzq --delete --rsh=ssh ${repoPath} ${DESTINATION}/latest
+ date; rsync -arzq --delete --rsh=ssh ${repoPath}/* ${DESTINATION}/latest/
# create zip, then upload to http://download.jboss.org/jbossotools/updates/target-platform/${targetFil... for public use
cd ${repoPath}
14 years, 3 months
JBoss Tools SVN: r25480 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-10-05 02:09:45 -0400 (Tue, 05 Oct 2010)
New Revision: 25480
Modified:
trunk/build/target-platform/publish.sh
Log:
switch from parallel to serial publishing; add more detailed du -sh commands
Modified: trunk/build/target-platform/publish.sh
===================================================================
--- trunk/build/target-platform/publish.sh 2010-10-05 05:42:03 UTC (rev 25479)
+++ trunk/build/target-platform/publish.sh 2010-10-05 06:09:45 UTC (rev 25480)
@@ -8,13 +8,15 @@
DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform
if [[ -d ${repoPath} ]]; then
- du -sh ${repoPath}
+ du -sh ${repoPath} ${destinationPath}/${targetFile}
# copy/update into central place for reuse by local downstream build jobs
- date; rsync -arzq --delete ${repoPath} ${destinationPath}/${targetFile} &
+ date; rsync -arzq --delete ${repoPath} ${destinationPath}/${targetFile}
+ du -sh ${repoPath} ${destinationPath}/${targetFile}
+
# upload to http://download.jboss.org/jbossotools/updates/target-platform/latest/ for public use
- date; rsync -arzq --delete --rsh=ssh ${repoPath} ${DESTINATION}/latest &
+ date; rsync -arzq --delete --rsh=ssh ${repoPath} ${DESTINATION}/latest
# create zip, then upload to http://download.jboss.org/jbossotools/updates/target-platform/${targetFil... for public use
cd ${repoPath}
14 years, 3 months
JBoss Tools SVN: r25479 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-10-05 01:42:03 -0400 (Tue, 05 Oct 2010)
New Revision: 25479
Modified:
trunk/build/target-platform/build.xml
Log:
refactor repo.dir -> repoDir for consistency
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2010-10-05 05:00:34 UTC (rev 25478)
+++ trunk/build/target-platform/build.xml 2010-10-05 05:42:03 UTC (rev 25479)
@@ -94,11 +94,11 @@
</target>
<!-- /abs/path/to/eclipse -vm /opt/jdk1.6.0/bin/java -nosplash -data /tmp/workspace -consolelog -application
- org.eclipse.ant.core.antRunner -f *.target.p2mirror.xml -Ddebug=true -DfollowStrict=true -Drepo.dir=/tmp/REPO/ -->
+ org.eclipse.ant.core.antRunner -f *.target.p2mirror.xml -Ddebug=true -DfollowStrict=true -DrepoDir=/tmp/REPO/ -->
<target name="run.p2mirror.script" description="build target update site using p2.mirror">
<exec executable="${WORKINGDIR}/eclipse/eclipse" dir="${basedir}">
<arg line=" -nosplash -data ${tmpdir}/workspace -consolelog -application org.eclipse.ant.core.antRunner" />
- <arg line=" -f ${targetFile}.p2mirror.xml -DfollowStrict=true -Drepo.dir=${WORKINGDIR}/REPO/" />
+ <arg line=" -f ${targetFile}.p2mirror.xml -DfollowStrict=true -DrepoDir=${WORKINGDIR}/REPO/" />
<arg line=" -Ddebug=true" />
</exec>
</target>
14 years, 3 months
JBoss Tools SVN: r25476 - trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2010-10-05 00:19:19 -0400 (Tue, 05 Oct 2010)
New Revision: 25476
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core/RSERemotePublishHandler.java
Log:
JBIDE-7179 - proper fix is making sure we don't try to create a folder with no segments, as the root folder should already exist
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core/RSERemotePublishHandler.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core/RSERemotePublishHandler.java 2010-10-04 23:02:49 UTC (rev 25475)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core/RSERemotePublishHandler.java 2010-10-05 04:19:19 UTC (rev 25476)
@@ -77,8 +77,10 @@
if( createdFolders.contains(toMake))
return new IStatus[]{Status.OK_STATUS};
try {
- method.getFileService().createFolder(toMake.removeLastSegments(1).toString(),
- toMake.lastSegment(), ProgressMonitorUtil.submon(monitor, 30));
+ if( toMake.segmentCount() > 0 ) {
+ method.getFileService().createFolder(toMake.removeLastSegments(1).toString(),
+ toMake.lastSegment(), ProgressMonitorUtil.submon(monitor, 30));
+ }
} catch( SystemMessageException sme ) {
System.err.println("failed to make folder " + toMake.toString()); //$NON-NLS-1$
}
14 years, 3 months
JBoss Tools SVN: r25475 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-10-04 19:02:49 -0400 (Mon, 04 Oct 2010)
New Revision: 25475
Modified:
trunk/build/target-platform/publish.sh
Log:
fix recursive dir problem (not updating existing dirs)
Modified: trunk/build/target-platform/publish.sh
===================================================================
--- trunk/build/target-platform/publish.sh 2010-10-04 21:13:51 UTC (rev 25474)
+++ trunk/build/target-platform/publish.sh 2010-10-04 23:02:49 UTC (rev 25475)
@@ -11,10 +11,10 @@
du -sh ${repoPath}
# copy/update into central place for reuse by local downstream build jobs
- date; rsync -arzq --delete ${repoPath}/* ${destinationPath}/${targetFile}/ &
+ date; rsync -arzq --delete ${repoPath} ${destinationPath}/${targetFile} &
# upload to http://download.jboss.org/jbossotools/updates/target-platform/latest/ for public use
- date; rsync -arzq --delete --rsh=ssh ${repoPath}/* ${DESTINATION}/latest/ &
+ date; rsync -arzq --delete --rsh=ssh ${repoPath} ${DESTINATION}/latest &
# create zip, then upload to http://download.jboss.org/jbossotools/updates/target-platform/${targetFil... for public use
cd ${repoPath}
14 years, 3 months
JBoss Tools SVN: r25472 - trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/messages.
by jbosstools-commits@lists.jboss.org
Author: bfitzpat
Date: 2010-10-04 16:34:02 -0400 (Mon, 04 Oct 2010)
New Revision: 25472
Modified:
trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/messages/JBossWSUI.properties
Log:
JBIDE-6754: [restwizard] name should be changed to Path or URI - changed tooltip to correctly reference JAX-RS instead of JAX-WS
https://jira.jboss.org/browse/JBIDE-6754
Modified: trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/messages/JBossWSUI.properties
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/messages/JBossWSUI.properties 2010-10-04 20:24:33 UTC (rev 25471)
+++ trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/messages/JBossWSUI.properties 2010-10-04 20:34:02 UTC (rev 25472)
@@ -10,7 +10,7 @@
JBossRSGenerateWizardPage_Error_RestEasyJarsNotFoundInRuntime=RESTEasy jars not found in the runtime associated with the selected project. Make sure RESTEasy is installed and try again.
JBossRSGenerateWizardPage_Label_Application_Class_Name=Application Class Name:
JBossRSGenerateWizardPage_Page_title=Specify the Dynamic Web Project, service, package and class name for the sample web service and web service classes.
-JBossRSGenerateWizardPage_ServiceName_Tooltip=Name added to the generated annotated JAX-WS service class as part of the service URI
+JBossRSGenerateWizardPage_ServiceName_Tooltip=Name added to the generated annotated JAX-RS service class as part of the service URI
JBossRSGenerateWizardPage_UpdateWebXMLCheckbox=Update web.xml
JBossRSGenerateWizardValidator_ERROR_Can_Only_Add_Sample_Once=Project already has a RESTful service installed. The sample can only be installed in an empty project.
JBossRuntimeListFieldEditor_ActionAdd=&Add
14 years, 3 months