Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » ANT Eclipse get -data Workspace
ANT Eclipse get -data Workspace [message #1174603] Thu, 07 November 2013 07:44 Go to next message
Canou Chris is currently offline Canou ChrisFriend
Messages: 2
Registered: November 2013
Junior Member
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 14:39 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
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 12:56 Go to previous message
Canou Chris is currently offline Canou ChrisFriend
Messages: 2
Registered: November 2013
Junior Member
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: Fri Apr 26 04:02:46 GMT 2024

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

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

Back to the top