Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » custom build questions.
custom build questions. [message #273015] Wed, 29 September 2004 20:15 Go to next message
Eclipse UserFriend
Hi,

I posted this a couple weeks back, but no answer. Repost.

I have two problems with custom build. They are:

(1) I have my build.xml checked into source control for console build.
But when I do an export on the feature in the Eclipse environment, it
fails because it can't overwrite the build.xml. So, I was told to set
custom=true, but still the problem occurs.

(2) How do you make the doc.zip once you have custom build working? I
have a plugin that is a user guide for my other plugin.

Thanks
Re: custom build questions. [message #273054 is a reply to message #273015] Thu, 30 September 2004 10:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

(2) Use ant's zip tasks.

AL wrote:
> Hi,
>
> I posted this a couple weeks back, but no answer. Repost.
>
> I have two problems with custom build. They are:
>
> (1) I have my build.xml checked into source control for console build.
> But when I do an export on the feature in the Eclipse environment, it
> fails because it can't overwrite the build.xml. So, I was told to set
> custom=true, but still the problem occurs.
>
> (2) How do you make the doc.zip once you have custom build working? I
> have a plugin that is a user guide for my other plugin.
>
> Thanks
>

--
Thanks,
Rich Kulp
Re: custom build questions. [message #273164 is a reply to message #273054] Thu, 30 September 2004 19:31 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

Thanks for the tips, but how to do the below step, step (2), that you
suggested.

I right-click on the 'build.xml' file and choose 'Run->External Tools'.
I got all the targets of the build.xml shown, but no target that says
to zip up the html stuff into the doc.zip.

Thanks.

Rich Kulp wrote:
> (2) Use ant's zip tasks.
>
> AL wrote:
>
>> Hi,
>>
>> I posted this a couple weeks back, but no answer. Repost.
>>
>> I have two problems with custom build. They are:
>>
>> (1) I have my build.xml checked into source control for console build.
>> But when I do an export on the feature in the Eclipse environment, it
>> fails because it can't overwrite the build.xml. So, I was told to set
>> custom=true, but still the problem occurs.
>>
>> (2) How do you make the doc.zip once you have custom build working? I
>> have a plugin that is a user guide for my other plugin.
>>
>> Thanks
>>
>
Re: custom build questions. [message #273197 is a reply to message #273164] Fri, 01 October 2004 10:06 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

No, I meant you have to update the build.xml to add the tasks to zip up
the doc. There is no way to tell PDE to do it for you.


--
Thanks,
Rich Kulp
Previous Topic:How to make a Job show the reason why it is blocked?
Next Topic:Eclipse 3.0 DLL-loading with cyclic dependencies
Goto Forum:
  


Current Time: Sat Apr 26 00:34:00 EDT 2025

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

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

Back to the top