Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » ANT Eclipse get -data Workspace
ANT Eclipse get -data Workspace [message #1174603] Thu, 07 November 2013 02:44 Go to next message
Eclipse UserFriend
Hello,

I search a example on a build.xml file ant to get Workspace Eclipse launch.

Thank for the response ....

Best regards,

Chris
Re: ANT Eclipse get -data Workspace [message #1179776 is a reply to message #1174603] Sun, 10 November 2013 09:39 Go to previous messageGo to next message
Eclipse UserFriend
I'm not sure I understand your question. You want to lauch Eclipse via ant? Why would you want that?
Or what exactly should the build.xml do?
Stephan
Re: ANT Eclipse get -data Workspace [message #1188111 is a reply to message #1179776] Fri, 15 November 2013 07:56 Go to previous message
Eclipse UserFriend
No problem to launch Eclipse.

I would get the "properties Eclipse data workspace" with a script ant.

Example with a build ant file :


<target name="copyJbossWeb" description="">
<copyfile src="${jboss}/workspace_config/jboss-web.xml" dest="${eclipseDataWorkspace???}/jmanager/src/main/webapp/WEB-INF/jboss-web.xml" forceoverwrite="true" />
</target>

The ${eclipseDataWorkspace???} is incorrecte. I don't know the value.
Previous Topic:Unable to install JBoss AS server adapter
Next Topic:Writing JAR from plug-in (not from File menu)
Goto Forum:
  


Current Time: Mon Apr 28 12:59:15 EDT 2025

Powered by FUDForum. Page generated in 0.03463 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top