Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-core-dev] How to add a project to a workspace using CLI?


Hi,

The eclipse.platform newsgroup would be the best place for this.

To give you a quick answer:You really need to run a headless Eclipse application to generate the workspace. There are also some ant tasks available for creating projects, building, refreshing, etc.



"Hilco Wijbenga" <hilco.wijbenga@xxxxxxxxx>
Sent by: platform-core-dev-bounces@xxxxxxxxxxx

06/28/2007 03:03 PM

Please respond to
"Eclipse Platform Core component developers list."        <platform-core-dev@xxxxxxxxxxx>

To
platform-core-dev@xxxxxxxxxxx
cc
Subject
[platform-core-dev] How to add a project to a workspace using CLI?





Hi all,

I'm trying to write a script that sets up a workspace with all the
necessary projects set up the way they should be.

Creating the .classpath and .project files was easy as was creating a
new workspace. Unfortunately, importing a project into a workspace
generates several binary files (like .location and state.dat).

I found quite a few Eclipse mailing lists so I'm probably on the wrong
one right now. :-) I'd like to know which mailing list would be more
appropriate. Or you can just tell me how to solve my problem, of
course. ;-)

Cheers,
Hilco
_______________________________________________
platform-core-dev mailing list
platform-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-core-dev


Back to the top