[jbosside-dev] Re: JBoss IDE
by Marshall Culpepper
We've been building off the 3.0.x branch since before Beta2 IIRC.. this is
the URL that was used in Beta2 , can you verify this is correct?
drools-ide.svn=http://anonsvn.labs.jboss.com/labs/jbossrules/branches/3.0.x
On 11/15/06, Michael Neale <michael.neale(a)jboss.com> wrote:
>
> Beware the IDEs of march.
>
> Marshall, it appears that what is being built into JBoss IDE for drools
> is somewhat older then 3.0.4 (which is the current released one). No
> idea what tag or whatever you are using (not sure if mark even did one)
> - but if you switched to use the HEAD of 3.0.x branch, it should be
> fine. What is there now looks like 3.0.3 vintage.
>
> Michael.
>
--
Marshall Culpepper
marshall.culpepper(a)jboss.com
JBossIDE Team Lead
JBoss, a division of Red Hat
18 years
[jbosside-dev] jbosside wtp integration woes ;)
by Max Rydahl Andersen
Hi guys,
I were looking at launch configurations this monring and were having fun by
clicking all sort of places and even read the wtp docs...and out came a
few questions
that i hope you might know the answer to ?
#1
Eclipse WTP has this notion of "Adding an applicaiton" to a server. Does
this also automatically
add source lookup to that server ?
#2
We have this splitted jbosserver view with what looks to me a filtered WTP
server view and specific jboss bottm part, correct ?
Why is there both a mix of jboss inc servers and jboss wtp servers visible
in that one ?
#3
With Eclipse WTP I have "generic server" and "generic server (external
launch)" and others in my launch configs.
These seem to be usefull to launch WTP servers in various ways, e.g. use
an external launch to use the run.bat etc. to start things.
Two questions pop up here:
a) how are these releated to the default launch config wtp apparently
have behind the scenes? e.g. can i select one of these launch config to be
used when using the run/debug/profile buttons in the server view ui ?
b) any reason why our launch config is not in there ?
c) any reason why we can't choose jboss inc server as targets for these ?
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
max(a)hibernate.org
http://hibernate.org
JBoss a division of Red Hat
max.andersen(a)jboss.com
18 years
[jbosside-dev] JIRA starting server with different ports doesnt work
by Rob Stryker
I'm completley unsure how I should remedy this JIRA issue:
http://jira.jboss.com/jira/browse/JBIDE-405
There are primarily three places ports are stored. The xml files first and
foremost. The XPath editor which can modify the xml files directly. And
finally, the launch configuration arguments.
One implementation of my plugin read strictly from the appropriate xml files
and shoved them into the command line arguments for starting and stopping
the server. But then a user complained that when he modified the command
line args directly, it was still reading from the xml file.
So, it became obvious the xml files should just prime the command args as
starting defaults and after that the user should modify them directly.
However Max is suggesting I add a tab for them. If I add a tab for them,
modifying the fields on the new Ports tab should have what effect exactly?
1) Should modifying a port on such a tab automatically change the command
line arguments for start, stop, and twiddle?
2) Should modifying a port on such a tab change the xml files in the
server's home directory?
3) Should modifying a port in an xml file directly automatically change the
command line arguments?
4) Should modifying a port in an xml file through the xpaths editor in
properties view change the command line arguments?
It seems to me that no matter how I do this, some people are going to be
annoyed, and the easiest answer is to just give the user more control and do
less for them. Maybe I'm just being unambitious. Maybe I'm missing an
obvious answer.
- Rob
18 years