Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] feedback


Yes, please open bugzilla bug reports...

Problem (1):  When you de-select "run default target", all targets are added to the list. All targets in the list are run. You can remove/(re)add/order them as you wish.
Bug 25899 is now a duplicate of bug 25862. They refer to the feature of being able to select targets on each run (i.e. being prompted for arguments/targets on each run).

Problem (2): We are looking into the entity include issue. Are you saying that it does work if you specify the classpath properly? or does it not work at all? (Please file a bug)

Problem (3): Please open a bug if you can reproduce the problem

Problem (4): If this happens again, please look in your ".log" file. There may be a stack trace there to explain the failure. (Please file a bug with the trace if it happens again)

Problem (5): There is no way to open the any view from the navigator. The standard way to open a view in Eclipse is to use the "Window -> Show View ->" menu.

Darin



"Shackelford, John-Mason" <ShacJo@xxxxxxx>
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

11/15/2002 10:31 AM
Please respond to platform-ant-dev

       
        To:        platform-ant-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-ant-dev] feedback


Greetings,

I am now running II20021114 and am impressed with the usability enhancements
you've made.

I really liked being able to set my own ANT_HOME in the preferences. When I
set ANT_HOME to my own install all of the JARs in the ant/lib dir showed up
in the runtime classpath window. Nice touch!

I have had a few problems though. I should open bugzilla records for them
but when I get some time but I want to send off my suggestions while I am
thinking about them.

1. When I go to Launch Configuration, assign select a build file--I like
being able to select build files both within and outside of the workspace!
Thanks!--and then on the Targets pane select and unselect the "Run Default
Target" option every target in the build file is added to "Targets to
execute area." When I first used this I thought that I needed to select a
target and then hit "add" but this opened a second dialog. Perhaps 25899
referring to this problem.

2. Neither AntView nor the Launch Configuration seem to be able to resolve a
task that is defined in an XML entity include. The task is defined via a
taskdef line the build file and it runs smoothly under Ant 1.5.x at the
command line. It is included in a Jar in my ANT_HOME lib directory which
shows up in the "runtime classpath" dialog in Eclipse. Furthermore I have
even added the the task in the Tasks pane in the Ant Preferences. I see this
behavior with nearly twenty different build files. I am unable even to
launch Ant targeting the build files as I get a message in both AntView and
Launch Configuration which says taskdef class
file:C:/esbe/build/build.xml:47: taskdef class
org.apache.tools.ant.taskdefs.optional.pvcs2.Pvcs2 cannot be found.

I later discover that this was just because I did not add the .class
extension to the name of the task's class in the task definition dialog.
IMHO this dialog provides no real value and instead is a source of confusion
and easily made mistakes. I'd recommend removing it. (This would address
17782, 25652.)

3. I did have Ant View lock up Eclipse me the first time I tried to open it.
I haven't been able to reproduce this yet, but I'll work on it.

4. When using the AntView property page clicks on the OK do nothing and the
only way to close the dialog is to hit the cancel button or click the close
window widget. I seem to be having trouble reproducing this now but I have
had this happen on several different installs and on several different
boxes.

5. There appears to be no way to open AntView from the Navigator View.


Thanks for your hard work on the Ant portion of Eclipse. You've made great
improvements. I am enjoying Eclipse more than ever!



John-Mason Shackelford

Software Developer
NCS Pearson - Measurement Services
2510 North Dodge St.
Iowa City, IA 52245
319-354-9200x6214
shacjo@xxxxxxx


****************************************************************************
This email may contain confidential material.
If you were not an intended recipient,
Please notify the sender and delete all copies.
We may monitor email to and from our network.
****************************************************************************
_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev



Back to the top