Re: Error building karaf master branch

2014-04-04 Thread Tim Moloney
JB, did you have any time to look into this further? On Wed, Mar 12, 2014 at 4:00 PM, wrote: > OK, I gonna take a look. I keep you posted. > > Regards > JB > > > On 2014-03-12 20:58, Tim Moloney wrote: >> >> bash> mvn --version >> Apache Maven 3.2.1

Re: Error building karaf master branch

2014-03-12 Thread Tim Moloney
rue clean install Thanks for your help. Tim On Wed, Mar 12, 2014 at 3:25 PM, wrote: > Hi Tim, > > Which Maven version did you use ? > > You can bypass the invoker test using -DskipInvoker=true. > > Regards > JB > > > On 2014-03-12 19:20, Tim Molon

Re: Error building karaf master branch

2014-03-12 Thread Tim Moloney
ook: https://github.com/apache/karaf/pull/24. >> >> regards >> Grzegorz Grzybek >> >> >> 2014-02-28 16:07 GMT+01:00 Jean-Baptiste Onofré : >> >>> Hopefully, During the week end (I have to merge my "plugin work" branch). >>> >>

Re: Error building karaf master branch

2014-02-28 Thread Tim Moloney
Sweet! Thanks. :) On Fri, Feb 28, 2014 at 10:07 AM, Jean-Baptiste Onofré wrote: > Hopefully, During the week end (I have to merge my "plugin work" branch). > > Regards > JB > > > On 02/28/2014 04:05 PM, Tim Moloney wrote: >> >> Okay, thanks. >>

Re: Error building karaf master branch

2014-02-28 Thread Tim Moloney
t push yet. > > Regards > JB > > > On 02/28/2014 03:54 PM, Tim Moloney wrote: >> >> I ran the following >> >> bash> git clone https://git-wip-us.apache.org/repos/asf/karaf.git >> apache-karaf-master >> bash> cd apache-karaf-master >> b

Error building karaf master branch

2014-02-28 Thread Tim Moloney
I ran the following bash> git clone https://git-wip-us.apache.org/repos/asf/karaf.git apache-karaf-master bash> cd apache-karaf-master bash> set MAVEN_OPTS=-Xmx512m -XX:MaxPermSize=128m bash> mvn clean install and got the following output ... [INFO] Apache Karaf :: JMS ..

Re: Problem with EIK 3.0.0 snapshot

2014-02-26 Thread Tim Moloney
> +private MessageConsole findConsole(String name) { > +ConsolePlugin plugin = ConsolePlugin.getDefault(); > +IConsoleManager conMan = plugin.getConsoleManager(); > +IConsole[] existing = conMan.getConsoles(); > +for (int i = 0; i < existing.length; i++

Re: Problem with EIK 3.0.0 snapshot

2014-02-25 Thread Tim Moloney
clipse version ? Kepler, Juno ? > > Regards > JB > > > On 02/25/2014 09:50 PM, Tim Moloney wrote: >> >> The last commit changed the location of the repository. The >> installation documentation should read >>/repository/target/repository >> rather

Re: Problem with EIK 3.0.0 snapshot

2014-02-25 Thread Tim Moloney
run > mvn jetty:run and check > http://localhost:8080/user-guide/installation.html > > Regards > > --Filippo > > > > > 2014-02-25 17:40 GMT+01:00 Tim Moloney : > >> Okay, I'm probably being dense, but I can't figure out how to make >> Eclip

Re: Problem with EIK 3.0.0 snapshot

2014-02-25 Thread Tim Moloney
Tim, > > the steps that you followed are ok. > The problem that you see should already be resolved > at revision 0ce946af3589c59345397b8e4bb2c746a662dc29. > > Regards > > --Filippo > > > > > > 2014-02-24 20:48 GMT+01:00 Tim Moloney : > >> I can't

Problem with EIK 3.0.0 snapshot

2014-02-24 Thread Tim Moloney
I can't create an OSGi framework launcher. I've followed the instructions at http://karaf.apache.org/manual/eik/latest/user-guide/index.html. When I select "Run > Run Configurations > OSGi Framework" then click on the "New" button, nothing happens. If i double-click on "OSGi Framework", I get a "

Invalid features repository name warning

2012-04-22 Thread Tim Moloney
Karaf 2.2.6 always generates the following warning whether the features repository has a name or not. "Feature repository doesn't have a name. The name will be mandatory in the next Karaf version." This is because the name is checked before the repository is loaded. Can some please apply the foll

Re: [PROPOSAL] Features autostart attribute

2011-05-30 Thread Tim Moloney
features descriptor (using features:addurl), >>>>> deploy a KAR containing a features descriptor or drop a features >>>>> descriptor in the deploy folder, Karaf will try to automatically start the >>>>> features with autostart flag set to true. >>>>> >>>>> It will avoid users to: >>>>> - start by hand features contained in a KAR: the user can drop the KAR >>>>> into the deploy folder, but he must connect to Karaf and start the >>>>> features by hand >>>>> - start by hand features after an addurl when the user "controls" the >>>>> features content >>>>> >>>>> Thoughts ? >>>>> >>>>> Regards >>>>> JB >>>>> >>>> >>>> >>>> - >>>> Mike Van (aka karafman) >>>> Karaf Team (Contributor) >>>> -- >>>> View this message in context: >>>> http://karaf.922171.n3.nabble.com/PROPOSAL-Features-autostart-attribute-tp2992236p243.html >>>> Sent from the Karaf - Dev mailing list archive at Nabble.com. >>> >> > > -- Tim Moloney ManTech Real-time Systems Laboratory 2015 Cattlemen Road                                 \       / Sarasota, FL  34232                     .\(O)/. (941) 377-6775 x208                          '    '    O(.)O    '    '

Re: Uninstall of inner features

2011-05-21 Thread Tim Moloney
at would be fully transparent from a user pov (and i think it >>> should be that way). >>> >> >> That would be the best possible solution. >> >> >> -- >> *Ioannis Canellos* >> * >> http://iocanel.blogspot.com >> >> Apache Karaf