Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 40224 invoked by uid 500); 27 Jun 2001 16:48:43 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 40203 invoked from network); 27 Jun 2001 16:48:41 -0000 Message-ID: <22A88402E95CD511B32A0050041EE44002C7BFA7@tuigermany.tui.de> From: "Siberski, Wolf" To: "'ant-user@jakarta.apache.org'" Subject: RE: VAJload and name attribute Date: Wed, 27 Jun 2001 18:48:35 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N In the last days I have received mails from three users experiencing similar problems. All of them seem to be able to export projects with certain names, but some project names don't work. Currently I'm investigating, but I don't have any idea yet about the cause of this behaviour. What makes it especially difficult for me is that I couldn't yet reproduce them here. Essentially what the plugin does is requesting all project names from VAJ and matching them against the specified name using DirectoryScanner.match(). We typically use "/**" as patterns for export, but as workaround You could also use "**/com/sample/**" to export all packages starting with com.sample regardless of the project that contains them. If this also doesn't work, or if anyone else has a clue about the origin of this problem, please contact me. Wolf > -----Original Message----- > From: Trogdon, David [mailto:DTrogdon@orgtek.com] > Sent: Wednesday, June 27, 2001 5:18 PM > To: ant-user@jakarta.apache.org > Subject: VAJload and name attribute > > > Howdy > > When loading projects into the workspace there seems to be > some limitations > on the name attribute. > > I have 3 projects that have numbers in the name similar to: > > JavaMedia Watchamacallit 010424 > SpacedObject ABC 3.1.0 > SpacedObject Veeger 3.3 > > > Projects listed befor and after these will load. > > I tried something like SpacedObject Veeger** just for grins > and it caused > the script to FAIL and stop. > > Any suggestions or soulutions short of renameing the projects? > > > Thanks > > David >