Re: unable to see public package of my module

Oliver Rettig <[email protected]> Fri, 09 Jun 2017 19:57:27 +0200
Newsgroups gmane.comp.java.netbeans.modules.openide.devel
Organization ORAT
Message-ID <3657153.3jGfVQ72XW@l560>
> both in ant based. 
ok

> but not in same suites. Is it a problem?
of course different suites are possible:-)

you have add the dependency from the suite to the other suite by gui?
you have made clean and build for both suites without errors? clean-and-build 
for the modules itself can be not enough.

> 
> 
> ________________________________
> From: Oliver Rettig <[email protected]>
> Sent: Saturday, June 10, 2017 12:58 AM
> To: [email protected]
> Subject: [platform-dev] Re: unable to see public package of my module
> 
> both modules are in the same suite?
> both modules are ant-based?
> 
> > Both no error. Tried clean and rebuild many times. Just don't understand
> > why other module can't see its public packages.
> > 
> > Peter.
> > 
> > 
> > ________________________________
> > From: Oliver Rettig <[email protected]>
> > Sent: Saturday, June 10, 2017 12:44 AM
> > To: [email protected]
> > Subject: [platform-dev] Re: unable to see public package of my module
> > 
> > Hi,
> > have you clean and build both projects without errors?
> > best regards
> > Oliver
> > 
> > > Hi
> > > 
> > >    I create a module project (not maven), i have set the public package
> > >    in
> > > 
> > > the dialog (just checked my package). I verified the MANIFEST.MF from
> > > the
> > > generate jar has this:
> > > 
> > > 
> > > OpenIDE-Module-Public-Packages: com.peter.mavenrunner.service.*
> > > 
> > > 
> > > I create another module and click "Add module dependency", and i type
> > > com.peter.mavenrunner.service i see nothing, any hints?
> > > 
> > > 
> > > thanks a lot
> > > 
> > > from Peter